home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 128 / CD_Gamer_Issue_128_Disc_1_PCGA1281103_November_2003.iso / intro.dxr / 00052_game 6.ls < prev    next >
Encoding:
Text File  |  2003-09-15  |  243 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to member("item 6 high")
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to member("Item 6")
  9. end
  10.  
  11. on mouseUp
  12.   go(1, "util")
  13. end
  14.